A couple of examples which should be self-explanatory -
Notepad++
Visual Studio
The setup is an XPS13 (3200 x 1800) but the screenshots are from exteal monitors (2 x Dell U2414H 1920 x 1080) with the laptop display disabled. I have logged out and logged back in. The issue isn't present when ruing the applications on the laptop screen (again, having re-logged-in) so I believe it may be related to the applications thinking they have to upscale the fonts owing to the native high dpi.
In both applications I have tried adjusting the fonts via preferences, without success.
I'm not sure if there's a hidden setting I may be missing.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 22:23
i wont to start my app instead of explorer but i have had a bad luck, i tried many apps path on the shell value, and all of them worked fine but only my application didn't work, and i don't know why, my apps normally starts without any problem. this is the path of the registry that i modified.
Navigate to HKEY_LOCAL_MACHINE>Software>Microsoft>Windows NT>CurrentVersion>Winlogon:shell
is there any thing that could cause this problem.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 22:23
1I wanted to make this graph. The first figure is a single figure line graph with 4 vertically coected line graph . x axis is weeks and y axis is %. The other figure is an 8 line graphs coected into a single figure line graph. Is there any way to do this using excel? If not what are the possible solution? Thanks.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 22:23
The Local Group Policy Editor in Windows 7 has a policy option to restrict the ruing of "scriptlets". This option can be found in Computer Configuration > All Settings > Allow scriptlets and looks as shown in below image.
Presumably scriptlets are files containing some kind of programming code, but I have some questions I would like to ask:
The policy says that it is supported on "At least Inteet Explorer 7.0.".
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 21:14
After having sent my Ultra Plus (128GB) to support, I got an Ultra II back. Though, I also bought a SSD Plus (240 GB) since I was lacking space for my games and software, and now I've got two SSDs. What should I put on which ? The difference may not be noticeable but I'd want to be sure.
I have games to install (Windows also, of course, which is currently on the SSD Plus, but moving it is possible), Visual Studio, Unreal Engine 4, common office software and all the rest (programming tools, TeamSpeak, Steam...).
Is there anything I should care about or do both have the same performances ? I don't really plan to store files on my SSDs (since I also have an 1TB HDD), except maybe Unreal project files and assets.
Thanks
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 21:14
Help, I have a Logitech M185 wireless keyboard and mouse. It wont work when I switch users. I have to restart my computer EVERY TIME. How can I fix this?
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 21:14
At the windows System is displayed with the group symbol:
. Also resolving it with Win32 LookupAccountSid retus SidTypeGroup.
On the other hand processes can run in the system context like in an user context. Also Microsoft documents describe it as "system user" or "system account", and not as "system group".
Is it a user which is for any legacy purposes displayed as group?
(Or is it something Weer Heisenberg would have been interested in?)
Edit This question ist not about what system should be used for. It is about why is system displayed and inteal resolved as group but behaves like an user.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 20:04
I am trying to extract data from a worksheet using an array formula but it will only retu one (the first it finds) value. The formula I am using is: =INDEX($C$2:$C$8, SMALL(IF($B12=$B$2:$B$8, ROW($B$2:$B$8)-MIN(ROW($B$2:$B$8))+1, ""), 1)) found here: Link to Example When I follow the example, I don't get the same result as the person that posted the answer. Could the formula have been "fat fingered"?
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 20:04
I am ruing Linux Mint Ciamon, and my desktop is currently very loose and hard to manage. Windows, however, has a desktop with a very rigid structure, with the icons in preset imaginary "boxes" on the desktop. The text on the also never overlap in Windows, which in Mint is aoyingly prone to. Is there a tool to manage my desktop in the way that Windows does?
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 20:04
I have a file extension .vbsc which is associated with cscript and i'd like it associated with something else, even calc.exe I just want to be able to change the association but I don't seem to be able to. But I can for other extensions. Below is a demonstrartion.
In the demonstration, I use assoc and ftype to create an association for a file extension .ab5 and the demonstration shows that works. I then change the association so it brings up another program, the demonstration shows that works. I then try it with my problem extension, and it doesn't work. And it's not because my problem extension is 4 char long, there are many long extensions.
There is a second demonstration below this one which I describe where you scroll down to it. So it's reading something else before ftype.
C:Usersuser>assoc | grep -i vbsc
.vbsc=VBS_Cscr
C:Usersuser>assoc .ab5=AB5file
.ab5=AB5file
C:Usersuser>ftype AB5file=c:windowssystem32calc.exe
AB5file=c:windowssystem32calc.exe
C:Usersuser>echo asdf>a.ab5
C:Usersuser>a.ab5
C:Usersuser>rem the above brings up calculator
C:Usersuser>ftype AB5file=c:windowssystem32charmap.exe
AB5file=c:windowssystem32charmap.exe
C:Usersuser>a.ab5
C:Usersuser>rem the above things up charmap
C:Usersuser>abc.vbsc
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Input Error: There is no script engine for file extension ".vbsc".
C:Usersuser>assoc | find /i "vbs"
.vbs=VBSFile
.vbsc=VBS_Cscr
C:Usersuser>ftype | find /i "vbs"
VBSFile=%SystemRoot%System32WScript.exe "%1" %*
VBS_Cscr=c:windowssystem32calc.exe
C:Usersuser>
In this demonstration I delete the extension. It still associates with cscript.exe
Deleting the extension
C:WindowsSystem32>assoc .vbsc=
C:WindowsSystem32>ftype VBSFile=
C:WindowsSystem32>aaa.vbsc
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Input Error: There is no script engine for file extension ".vbsc".
C:WindowsSystem32>
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 18:41
I want to make an OSX application bundle that installs a command-line tool. Is this possible, and if so, how? The docs make it sound like the keys APInstallerURL and APFiles in info.plist can be used for this, but they don't make it clear how.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 18:41
I'm noticing a peculiar behavior in Windows Explorer. It used to work fine earlier but after reimaging my system with Windows 7 again I'm seeing this new issue.
The background:
If you open Windows explorer you click on the left panel folder and the right panel shows the contents.
The problem:
Currently when I click on a favorite link on the left pane, then the left pane immediately navigates to that folder's location. So if the folder is n levels deep then all the n folders are opened up on the left pane which makes it difficult to scroll.
Instead I need the focus to remain at the favorites link. Please find a screenshot below for a better visual understanding of what I mean:
I am using the Windows 7 Professional edition. I'm trying to google for solutions but it's very hard to google for this particular behavior.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 18:41
We need a short throw projector with the following specifications:
Any suggestions?
P.S. I've found one: Optoma W316ST. It has very nice specifications. However, most people say Optoma projectors have very bad lamp life. So I'm hesitated.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 17:37
I have a problem with the vertical scrollbar on one of my worksheets. Basically worksheet contains ~20000 rows and scrollbar is too big to use conveniently. However when I click and drag it, it changes to the correct size (appropriate to the number of rows).
Does anyone have an idea what can be causing this weird behavior? For the reference, workbook contains many worksheets and extensively uses VBA (so maybe it is something inside, but I checked whole project and looked at , I believe, every reference to this worksheet). Problem also occurs also in the Excel 2010 and Excel 2007 except dragging doesn't always help.
Screens: http://imgur.com/a/GPIpe
Thanks!
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 17:37
I can start and stop Windows hosted wireless network using commands;
netsh wlan set hostednetwork mode=allow ssid=mySSID key=myKey123456
netsh wlan start hostednetwork
Created network uses 'Authentication: WPA2-Personal' and 'Cipher : CCMP' . I can not coect to this network using my handheld device which is using 'Windows CE OS 5.2' and Fusion wireless software. Wireless profiles support TKIP and AES ciphers for WPA2-Personal.
How can I set cipher or Authentication type of Windows Hosted Network?
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 16:18
I need to do set this registry value from command line:
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsCredentialsDelegation]
"AllowSavedCredentialsWhenNTLMOnly"=dword:00000001
"ConcatenateDefaults_AllowSavedNTLMOnly"=dword:00000001
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsCredentialsDelegationAllowSavedCredentialsWhenNTLMOnly]
"1"="TERMSRV/* "
I can't seem to get the REG ADD command right for this.
I am trying to allow saved password for RDP coections.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 16:18
I'm not sure if this has come about as a result of pasting from a Windows generated Word doc into a Mac one but some of the paragraph formatting is now slightly off.
Is there a way to select blocks of text and force it to all have the same indent settings?
the text is repeating blocks like
THIS IS A HEADER
- [x]bullet point with some stuff
- another one
- same again
THIS IS ANOTHER HEADER
- [y]more bullets
- and again
- and so on
Since pasting, [x] bullets and [y] bullets no longer line up vertically
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 16:18
I am setting up 802.1x via wired or wireless (WPA2 Enterprise) coections in our office, backed by a OneLogin RADIUS server. The certificate is not self-signed, so it's not clear to me whether it's safe to import it into the Trusted Root CA store, but that seems to be the only way to enable certificate checking.
The certificate chain looks like this:
*.us.onelogin.comIf I only enable the GeoTrust Global CA in the Protected EAP settings window, I still get a waing in Windows 10, as if no certificate checking was enabled ("Continue coecting? If you expect to find in this location, go ahead and coect. Otherwise, it may be a different network with the same name."). The waing does not show if I import the OneLogin certificate in the Trusted Root CA store and enable it in the EAP settings. The "Coect to these servers" field is set to radius.us.onelogin.com, so a MitM attack doesn't seem possible with just the actual GeoTrust root certificate enabled?
Is this expected behaviour? In this (unrelated) Lync support article, it is mentioned that the Trusted Root CA store should only store self-signed certificates (which makes sense), and could cause issues otherwise.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 15:12
Please recommend Linux Live CD which can access NTFS drives & Windows LAN network.
I'm trying Scientific Linux Live CD, but i'm not able to access NTFS drives [also not able to install ntfs-3g]. Although, I'm able to access the Inteet, Not getting access to LAN network [Windows PCs].
It would be better if I could make a persistent bootable Live USB instead of buing to a CD.
Thanks.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 15:12
I had registered my play store account with official email address and now it will be closed in 45 days can anyone suggest how do i change the google play store account email address?
I know how to invite user into play store but even that has expire date after that i would not be able to login into play store .
Please suggest how to change primary email id into play store?
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 15:12
Is it possible to make a chart with main axis of amount and secondary axis of number year wise? The data sheet has for each row, two columns of data ( Units sold & amount) under each column year. I can make a chart with secondary axis for units and amount, but I caot plot this year wise
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 14:04
I am trying to run some games on Steam (specifically Dota 2 Rebo) on a Windows 7 64 bit guest under VirtualBox ruing on a Fedora Linux 23 64 bit host. I have enabled 2D and 3D acceleration on the machine settings and I have installed the guest additions with support for Direct 3D (I unchecked the "stable", basic version). But the game still won't run and complain about not having support for the minimun requirements:
Missing basic OpenGL v1.0 -> v2.0 required OpenGL functionality.
My VM's settings are:
How can I run this game with OpenGL support?
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 14:04
What is the name of an animal used as a logo by the gnu project (gnu.org)? I've been looking at the site, but there's no explanation about it. Or maybe I missed it. Thanks.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 14:04
I have used Protected Ranges in Google Sheets successfully for a couple of years but since last Friday it is no longer functioning.
This is the Help Topic but this procedure doesn't work anymore.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 11:24
I want to type special symbols on my Asus Vivobook S550CM notebook, but it simply doesn't work. I've tried using Number Lock, but it doesn't work. For example if I try it here in Chrome, the Alt key shifts the focus to the menu bar of Chrome and typing 1 will make it switch to the first tab. Alt+2 will switch it to the second tab. I've tried it in gedit. The same thing happens. Alt key shifts the focus to the gedit's menu bar. How can I type the special symbols in such cases? By the way, I'm using Ubuntu 15.10.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 11:24
I'm new here and I want to ask how to add sizes of files with the same name? My file names are actually different from each other but I cut them so I could get files that are grouped together.
here are my original files with sizes (sample):
Now I cut the filenames to remove those characters starting from '_' (underscore). They become like this:
Now I want to add sizes of all files with same filename as seen above. Output should be like this:
Please help. Thanks a lot guys. I'm stuck here for hours now
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 11:24
If you try to sort on a column when there is a blank column, only the columns before the column will be sorted. How can this be changed so that all columns are sorted regardless of whether there are any blank columns?
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 9:51
I have a USB HDD that it was working normally.
I've deleted a lot of files. Then I remove the USB (in a unsafe way) and then it stopped showing in Finder.
When I try to open Disk Utility, it loads forever.
When I remove remove the USB cable and plug again, it show my HDD, but like it's empty:
I'm using El Capitan.
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 9:51
I bought omni 10. I bought that because it supports wifi coections.
My android smartphone can play song via wifi to that omni speakers.
But my computer caot.
Strange right?
How do I send sound straight from computer to harman kardon wifi?
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 9:51
I am ruing raspbian Jessie on my raspi 2. I have an exteal usb soundcard for my pi. I set it as the default card simply by going to Menu->preferences->Audio Device Settings. This works as expected.
I am writing some code that takes in a file and plays it among other things. The problem is that it must be run with sudo, which then ignores my soundcard and uses the inteal card. Is there a way to apply the default soundcard setting to root? I have tried adding root to the audio group, but that didn't help.
Thanks!
برچسب: نویسنده: استخدام کار تاريخ: سه شنبه 31 فروردين 1395 ساعت: 6:53